github.com/jackc/pgx/v5/pgconn/ctxwatch.ContextWatcher.done (field)

5 uses

	github.com/jackc/pgx/v5/pgconn/ctxwatch (current package)
		context_watcher.go#L17: 	done chan struct{}
		context_watcher.go#L41: 		cw.done = make(chan struct{})
		context_watcher.go#L44: 			close(cw.done)
		context_watcher.go#L57: 			<-cw.done
		context_watcher.go#L61: 		cw.done = nil